.pcheader {
    width: 100%;
    padding-top: 14px;
    background: white;
}

.mheader {
    display: none;
}

.pcheader .header_left {
    float: left;
    padding-top: 20px;
    margin-left: 5%;

}

.pcheader .header_right {
    float: left;
    margin-left: 2%;
    width: 60%;
    padding: 20px 0 0 0;
}

.pcheader .header_right .header_nav {
    margin: 0;
    clear: both;
    /* justify-content: space-between; */
}

.pcheader .header_phone {
    float: right;
    margin-right: 45px;
    display: flex;
    font-size: 21px;
    font-weight: 700;
    color: #F2BD2F;
    align-items: center;
    text-align: center;
}



.pcheader .header_phone img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.pcheader .header_phone .phoneimg {
    display: flex;
    justify-content: left;
    align-items: center;
}

.pcheader .header_phone p {
    margin: 0;
}

.pcheader .header_phone .bottomphone {
    margin-top: -4px;
}

.pcheader .header_right .header_nav .navli {
    text-align: center;
    float: left;
    width: 12.5%;
    margin: 0;
    height: 50px;
    padding-top: 4px;
}

.pcheader .header_right .header_nav .navli a {
    text-decoration: none;
    color: #000000;
    position: relative;
}



.pcheader .header_right .header_nav .navli ul li a:hover {
    color: #F2BD2F;
}

.pcheader .header_right .header_nav .navli .navdiv {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    /* border-right: 2px solid rgba(22, 48, 122, 1); */
}



.navli .navlist {
    display: none;
}



.pcheader .header_nav .navli:hover a .navimg {
    display: inline-block !important;
    width: 75%;
    height: 3px;
    background: #F2BD2F;
    margin-top: 27px;
}

.pcheader .header_nav .navli a img {
    transition: all 1s ease;
}

.pcheader .header_nav .navli a .img_circle {
    width: 15px;
    height: 15px;
    background: #CECECE;
    border-radius: 50%;
    margin-left: 10px;
}

.pcheader .header_nav .navli a .img_circle img {
    margin: -12px auto auto auto;
}

.pcheader .header_nav .navli:nth-child(2):hover a img {
    transform: rotate(90deg);
    transition: all 0.8s ease;
}

.pcheader .header_nav .navli:nth-child(2):hover a .img_circle {
    transition: all 0.8s ease;
    background: #F2BD2F;
}

.pcheader .header_nav .navli:nth-child(3):hover a img {
    transform: rotate(90deg);
    transition: all 0.8s ease;
}

.pcheader .header_nav .navli:nth-child(3):hover a .img_circle {
    transition: all 0.8s ease;
    background: #F2BD2F;
}

.active .navimg {
    display: inline-block !important;
    width: 75%;
    height: 3px;
    background: #F2BD2F;
    margin-top: 27px;

}

.active .navdiv {
    color: black;
}

.pcheader .header_right .header_nav .navimg {
    display: none;
    /* width: 145px; */
}

.pcheader .header_right .header_nav .navli:last-child .navdiv {
    border-right: none;
}



.pcheader .header_nav :hover .navlist {
    display: block;
}

.pcheader .header_nav :hover .navdiv {
    color: black
}

@media (max-width:1400px) {
    .pcheader .header_phone {
        display: none;
    }

    .pcheader .header_right {
        width: 70%;
    }
}

/* 
@media (max-width: 768px) {
    .pcheader {
        display: none;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: rgba(0, 0, 0, 0) !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        line-height: 40px;
    }

    .mheader {
        display: block;
        width: 100%;
        background: #ffffff;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .mheader .logo {
        display: block;
        width: 100%;
    }

    .mheader .header_left {
        float: left;
        margin: 10px;
        width: 20%;
    }

    .mheader .header_content {
        width: 100%;
        position: fixed;
        top: 10px;
        text-align: center;
        margin: 0;
        color: rgb(24, 50, 123);
        font-size: 1.5em;
    }

    .mheader .header_right {
        float: right;
        margin: 10px;
        width: 12%;
    }

    .nav>li {
        height: 40px;
    }
} */